-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump nox from 2022.11.21 to 2023.4.22 in /.github/workflows #40
Merged
dependabot
merged 1 commit into
main
from
dependabot/pip/dot-github/workflows/nox-2023.4.22
Apr 25, 2023
Merged
Bump nox from 2022.11.21 to 2023.4.22 in /.github/workflows #40
dependabot
merged 1 commit into
main
from
dependabot/pip/dot-github/workflows/nox-2023.4.22
Apr 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [nox](https://github.com/wntrblm/nox) from 2022.11.21 to 2023.4.22. - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2022.11.21...2023.04.22) --- updated-dependencies: - dependency-name: nox dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Apr 25, 2023
@dependabot merge
…On Mon, Apr 24, 2023 at 8:04 PM dependabot[bot] ***@***.***> wrote:
Bumps nox <https://github.com/wntrblm/nox> from 2022.11.21 to 2023.4.22.
Release notes
*Sourced from nox's releases <https://github.com/wntrblm/nox/releases>.*
2023.04.22
We'd like to thank the following folks who contributed to this release:
- @crwilcox <https://github.com/crwilcox>
- @dcermak <https://github.com/dcermak>
- @edgarrmondragon <https://github.com/edgarrmondragon>
- @FollowTheProcess <https://github.com/FollowTheProcess>
- @henryiii <https://github.com/henryiii>
- @reaperhulk <https://github.com/reaperhulk>
- @scop <https://github.com/scop>
New Features:
- Add support for NOXPYTHON, NOXEXTRAPYTHON and NOXFORCEPYTHON by
@edgarrmondragon <https://github.com/edgarrmondragon> in
wntrblm/nox#688 <https://redirect.github.com/wntrblm/nox/pull/688>
- feat: --json --list-sessions by @henryiii
<https://github.com/henryiii> in wntrblm/nox#665
<https://redirect.github.com/wntrblm/nox/pull/665>
Documentation Improvements:
- style: spelling and grammar fixes by @scop <https://github.com/scop>
in wntrblm/nox#682 <https://redirect.github.com/wntrblm/nox/pull/682>
- Add invite link to the discord server to CONTRIBUTING.md by @dcermak
<https://github.com/dcermak> in wntrblm/nox#679
<https://redirect.github.com/wntrblm/nox/pull/679>
Internal Changes:
- chore: update pre-commit hooks by @edgarrmondragon
<https://github.com/edgarrmondragon> in wntrblm/nox#690
<https://redirect.github.com/wntrblm/nox/pull/690>
- chore: move to using Ruff by @henryiii <https://github.com/henryiii>
in wntrblm/nox#691 <https://redirect.github.com/wntrblm/nox/pull/691>
- Fix assertion in GHA tests by @FollowTheProcess
<https://github.com/FollowTheProcess> in wntrblm/nox#670
<https://redirect.github.com/wntrblm/nox/pull/670>
- ci: some minor fixes by @henryiii <https://github.com/henryiii> in
wntrblm/nox#675 <https://redirect.github.com/wntrblm/nox/pull/675>
- Constrain tox to <4.0.0 and minor fixes by @FollowTheProcess
<https://github.com/FollowTheProcess> in wntrblm/nox#677
<https://redirect.github.com/wntrblm/nox/pull/677>
- chore: long term fix for bugbear opinionated checks by @henryiii
<https://github.com/henryiii> in wntrblm/nox#678
<https://redirect.github.com/wntrblm/nox/pull/678>
- chore: switch to hatchling by @henryiii
<https://github.com/henryiii> in wntrblm/nox#659
<https://redirect.github.com/wntrblm/nox/pull/659>
- Don't run python 2.7 virtualenv tests for newer versions of
virtualenv by @crwilcox <https://github.com/crwilcox> in
wntrblm/nox#702 <https://redirect.github.com/wntrblm/nox/pull/702>
- allow the use of argcomplete 3 by @reaperhulk
<https://github.com/reaperhulk> in wntrblm/nox#700
<https://redirect.github.com/wntrblm/nox/pull/700>
- fix: enable list_sessions for session completion by @scop
<https://github.com/scop> in wntrblm/nox#699
<https://redirect.github.com/wntrblm/nox/pull/699>
- chore: remove 3.6 tests, min version is 3.7 by @crwilcox
<https://github.com/crwilcox> in wntrblm/nox#703
<https://redirect.github.com/wntrblm/nox/pull/703>
*Full Changelog*: ***@***.***
<wntrblm/nox@2022.11.21...2023.04.22>
Changelog
*Sourced from nox's changelog
<https://github.com/wntrblm/nox/blob/main/CHANGELOG.md>.*
Changelog 2023.04.22
We'd like to thank the following folks who contributed to this release:
- @crwilcox <https://github.com/crwilcox>
- @dcermak <https://github.com/dcermak>
- @edgarrmondragon <https://github.com/edgarrmondragon>
- @FollowTheProcess <https://github.com/FollowTheProcess>
- @henryiii <https://github.com/henryiii>
- @reaperhulk <https://github.com/reaperhulk>
- @scop <https://github.com/scop>
New Features:
- Add support for NOXPYTHON, NOXEXTRAPYTHON and NOXFORCEPYTHON by
@edgarrmondragon <https://github.com/edgarrmondragon> in
wntrblm/nox#688 <https://redirect.github.com/wntrblm/nox/pull/688>
- feat: --json --list-sessions by @henryiii
<https://github.com/henryiii> in wntrblm/nox#665
<https://redirect.github.com/wntrblm/nox/pull/665>
Documentation Improvements:
- style: spelling and grammar fixes by @scop <https://github.com/scop>
in wntrblm/nox#682 <https://redirect.github.com/wntrblm/nox/pull/682>
- Add invite link to the discord server to CONTRIBUTING.md by @dcermak
<https://github.com/dcermak> in wntrblm/nox#679
<https://redirect.github.com/wntrblm/nox/pull/679>
Internal Changes:
- chore: update pre-commit hooks by @edgarrmondragon
<https://github.com/edgarrmondragon> in wntrblm/nox#690
<https://redirect.github.com/wntrblm/nox/pull/690>
- chore: move to using Ruff by @henryiii <https://github.com/henryiii>
in wntrblm/nox#691 <https://redirect.github.com/wntrblm/nox/pull/691>
- Fix assertion in GHA tests by @FollowTheProcess
<https://github.com/FollowTheProcess> in wntrblm/nox#670
<https://redirect.github.com/wntrblm/nox/pull/670>
- ci: some minor fixes by @henryiii <https://github.com/henryiii> in
wntrblm/nox#675 <https://redirect.github.com/wntrblm/nox/pull/675>
- Constrain tox to <4.0.0 and minor fixes by @FollowTheProcess
<https://github.com/FollowTheProcess> in wntrblm/nox#677
<https://redirect.github.com/wntrblm/nox/pull/677>
- chore: long term fix for bugbear opinionated checks by @henryiii
<https://github.com/henryiii> in wntrblm/nox#678
<https://redirect.github.com/wntrblm/nox/pull/678>
- chore: switch to hatchling by @henryiii
<https://github.com/henryiii> in wntrblm/nox#659
<https://redirect.github.com/wntrblm/nox/pull/659>
- Don't run python 2.7 virtualenv tests for newer versions of
virtualenv by @crwilcox <https://github.com/crwilcox> in
wntrblm/nox#702 <https://redirect.github.com/wntrblm/nox/pull/702>
- allow the use of argcomplete 3 by @reaperhulk
<https://github.com/reaperhulk> in wntrblm/nox#700
<https://redirect.github.com/wntrblm/nox/pull/700>
- fix: enable list_sessions for session completion by @scop
<https://github.com/scop> in wntrblm/nox#699
<https://redirect.github.com/wntrblm/nox/pull/699>
- chore: remove 3.6 tests, min version is 3.7 by @crwilcox
<https://github.com/crwilcox> in wntrblm/nox#703
<https://redirect.github.com/wntrblm/nox/pull/703>
Commits
- 2e8d24a
<wntrblm/nox@2e8d24a>
Release 2023.04.23
- 98561bb
<wntrblm/nox@98561bb>
Release 2023.04.23
- 9ab9f1b
<wntrblm/nox@9ab9f1b>
Release 2023.04.23
- 2bba9da
<wntrblm/nox@2bba9da>
Release 2023.04.23
- 843d380
<wntrblm/nox@843d380>
remove old python versions that are failing in CI due to not being
installed ...
- 27b9665
<wntrblm/nox@27b9665>
chore: remove 3.6 tests, min version is 3.7 (#703
<https://redirect.github.com/wntrblm/nox/issues/703>)
- 45acf03
<wntrblm/nox@45acf03>
fix: enable list_sessions for session completion (#699
<https://redirect.github.com/wntrblm/nox/issues/699>)
- 301354f
<wntrblm/nox@301354f>
allow the use of argcomplete 3 (#700
<https://redirect.github.com/wntrblm/nox/issues/700>)
- 0dd1a51
<wntrblm/nox@0dd1a51>
test: don't run python 2.7 virtualenv tests for newer versions of
virtualenv ...
- 119fd00
<wntrblm/nox@119fd00>
feat: --json --list-sessions (#665
<https://redirect.github.com/wntrblm/nox/issues/665>)
- Additional commits viewable in compare view
<wntrblm/nox@2022.11.21...2023.04.22>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#40
Commit Summary
- f7289b5
<f7289b5>
Bump nox from 2022.11.21 to 2023.4.22 in /.github/workflows
File Changes
(1 file <https://github.com/bmritz/ai-ghostfunctions/pull/40/files>)
- *M* .github/workflows/constraints.txt
<https://github.com/bmritz/ai-ghostfunctions/pull/40/files#diff-ca97e0fe30f3ef2bd95ec1bff95535f8b339870949e0545a3347d273bc9293f0>
(2)
Patch Links:
- https://github.com/bmritz/ai-ghostfunctions/pull/40.patch
- https://github.com/bmritz/ai-ghostfunctions/pull/40.diff
—
Reply to this email directly, view it on GitHub
<#40>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3KKG74SUCMETBPWJIQJP3XC4IIVANCNFSM6AAAAAAXKIHYEQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/pip/dot-github/workflows/nox-2023.4.22
branch
April 25, 2023 13:09
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps nox from 2022.11.21 to 2023.4.22.
Release notes
Sourced from nox's releases.
Changelog
Sourced from nox's changelog.
Commits
2e8d24a
Release 2023.04.2398561bb
Release 2023.04.239ab9f1b
Release 2023.04.232bba9da
Release 2023.04.23843d380
remove old python versions that are failing in CI due to not being installed ...27b9665
chore: remove 3.6 tests, min version is 3.7 (#703)45acf03
fix: enablelist_sessions
for session completion (#699)301354f
allow the use of argcomplete 3 (#700)0dd1a51
test: don't run python 2.7 virtualenv tests for newer versions of virtualenv ...119fd00
feat: --json --list-sessions (#665)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)